home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
-
- final class Installer$1 implements ActionListener {
- // $FF: synthetic field
- private final Installer this$0;
-
- // $FF: synthetic method
- Installer$1(Installer var1) {
- this.this$0 = var1;
- }
-
- public void actionPerformed(ActionEvent var1) {
- this.this$0.progress.setValue(this.this$0.progressPercent);
- }
- }
-